home *** CD-ROM | disk | FTP | other *** search
- ;Sample - VB/Rig default; same as rigging
- ; without a custom .RIG file.
-
- [PushFull_Block]
- Const VBRIG_PROC_ID_STRING = "%PROCID%"
- Dim VBRigErr As Long, VBRigErrMsg As String
- On Error GoTo %TRAPLABEL%
- %PUSH%
-
- [PushMin_Block]
- Const VBRIG_PROC_ID_STRING = "%PROCID%"
- %PUSH%
-
- [PopFull_Block]
- %POP%
-
- [PopMin_Block]
- %FIXPOP%
-
- [Trap_Block]
- %POP%
- Exit %PROCTYPE%
-
- %TRAPLABEL%:
- VBRigErr = Err
- VBRigErrMsg = Error$
- %SHOWLOG%
- %POP%
- Exit %PROCTYPE%
-